Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Manasa Bellamkonda, Dinesh N, K Pravallika, Zaheed Hussain, Noorullah Shariff C
DOI Link: https://doi.org/10.22214/ijraset.2024.61392
Certificate: View Certificate
The exponential growth of the population in Ballari has exacerbated the challenge of municipal waste management, necessitating the development of efficient waste collection strategies to address environmental and social concerns. In response to that our system introduces a hybrid approach that employs K-means clustering and Genetic Algorithm, for optimizing waste collection routes tailored to the unique waste generation profiles of the region. By utilizing Geographic Information System (GIS) data that is in the form of GeoJSON files containing the spatial distribution of waste collection points, we propose a methodology that combines K-means clustering and Genetic Algorithm to develop intelligent and fuel-efficient routes. Our system not only benefits municipal authorities in resource deployment and planning but also aids waste carrier vehicle drivers in prioritizing routes. Our findings contribute to the transformation of Ballari City towards eco-friendly and smart urban development.
I. INTRODUCTION
The ever-growing problem of waste generation, particularly plastic waste, poses a significant environmental and economic threat to Ballari, Karnataka, as it does in many urban centers worldwide. Traditional methods often rely on static routes, leading to inefficiencies such as unnecessary travel distances, increased fuel consumption, and higher operational costs [4]. While GIS-based route optimization offers promise [2], a deeper understanding of how factors like waste composition, collection frequency, and truck design interact with each other is essential for even greater optimization [3, 5]. The GreenRoute Ballari proposes a novel system to address these challenges by leveraging machine learning and advanced route optimization techniques. This approach builds upon existing research on factors affecting route optimization. Unlike traditional methods that rely on static data, our system utilizes machine learning to predict waste volume and composition at collection points dynamically. This allows for a more data-driven and adaptable approach to route planning, similar to the work by Sutana (2021) who emphasizes the importance of dynamic factors in waste management systems [1]. As of March 2023, the Ballari City Corporation has 39 wards. 600 Pourakarmikas work day and night to make Ballari clean. Each ward is assigned nearly 2 vehicles if the ward is small, else 3-4 vehicles if the ward is huge. Large 12-ton vehicles carry the collected waste out of the city from the collection point near Stadium Road in the city. These large vehicles make 2-3 trips daily to dump all the waste, as Ballari daily puts up nearly 180 tonnes of waste.
A. Green Route Ballari factors in these Specifics, Including
B. By optimizing routes based on these factors, Green Route Ballari aims to achieve significant benefits for Ballari
C. The GreenRoute Ballari system Caters to a Diverse Audience within the waste Collection Management Ecosystem
D. GreenRoute Ballari's key Features Include
By implementing the GreenRoute Ballari project, Ballari can move towards a more efficient, cost-effective, and sustainable waste management system, paving the way for a cleaner, healthier, and more resource-conscious future.
II. LITERATURE REVIEW
SL.NO |
Title |
Author |
Findings |
[1] |
A Genetic Algorithm Approach for Waste Collection Using Multi-trip Multi-period Capacitated Vehicle Routing Problem with Time Windows (MCVRPTW) |
Nur Layli Rachmawati, Yelita Anggiane Iskandar, Dian Permana Putri, Mirna Lusiani |
The main findings of the study include the successful application of the Genetic Algorithm (GA) to optimize waste collection routes, resulting in significant cost savings of around 30% compared to existing conditions. The study also highlights the importance of route optimization in waste management to improve overall operational efficiency and reduce transportation costs.
|
[2] |
Waste Collection Area Generation Using a 2 Stage Cluster Optimization Process and GIS Data |
Tyler Parsons, Jaho Seo, Dan Livesey |
The proposed clustering techniques improved the balance of dwelling units in collection areas by 87.75% compared to the current arrangement. There was a 38.04% and 37.54% improvement in simulated statistics for Week 1 and Week 2 collections, respectively. |
[3] |
Route optimization for city cleaning vehicle |
?ukasz Wojciechowski, Tadeusz Cisowski, Arkadiusz Ma?ek |
This paper represents the route optimization solution for vehicles collecting waste, aiming to determine the driving order across the city lanes. Also, this paper uses multi-criteria optimization for the collection and disposal of municipal waste which combines various methods into one hybrid computational process. |
[4] |
Optimal Route Recommendation for Waste Carrier Vehicles for Efficient Waste Collection: A Step Forward Towards Sustainable Cities |
Shabir Ahmad, Faisal Jamil, Naeem Iqbal, Dohyeun Kim |
This paper proposes an optimal route recommendation system for waste carrier vehicles to collect waste efficiently based on the behavior of people in specific grid locations. Its objective is to minimize the distance traveled by carrier vehicle which in turn minimizes fuel consumption and maximize waste collection by utilizing historical data and predictive algorithms. |
[5] |
Interactions of residential waste composition and collection truck compartment design on GIS route optimization |
Hoang Lan Vu, Kelvin Tsun, Wai Ng, Bahareh Fallah, Amy Richter, Golam Kabir |
Waste density and collection frequency significantly impact travel distances and time in waste collection. Increasing truck capacity and using dual-compartment trucks can lead to substantial savings. The optimal volume ratio of truck compartments is 50:50. |
III. METHODOLOGY
This section presents a methodology for optimizing waste collection routes in Ballari City using a combination of K-means clustering and Genetic Algorithm. The main aim of the system is to optimize the total distance traveled by waste collection vehicles while considering capacity constraints. Initially, the system utilizes Geographic Information System (GIS) data that is in the form of GeoJSON files containing the spatial distribution of waste collection points. Further, K-Means Clustering is employed to group these points into clusters, representing potential stops for waste collection vehicles. Subsequently, the Genetic Algorithm is applied to generate optimized routes for waste collection vehicles within each cluster, by considering vehicle capacity limitations. The proposed methodology aims to improve the effectiveness of waste collection operations, leading to improved resource utilization, reduced fuel consumption, and lower emissions.
A. Data Collection and Clustering Using K-Means Clustering Algorithm
The input data consists of spatial information about waste generation zones, including zone identifiers, zone names, population, and waste generation volumes. To prepare the data for route optimization, the coordinates of waste generation zones are extracted from the GeoJSON files. K-Means Clustering is then applied to group these coordinates into clusters, each representing a potential stop for waste collection vehicles. Here, the predetermined number of clusters is based on the availability of waste collection vehicles.
B. Genetic Algorithm for Route Optimization
The Genetic Algorithm is employed to optimize the routes for waste collection within each cluster. The Genetic Algorithm undergoes the following sequence of steps:
C. Route Assignment to Vehicles
Once optimized routes are derived for every cluster, the routes need to be assigned to available waste collection vehicles while adhering to capacity constraints. The waste generation volume of each waste collection point is considered in this step. Points are assigned to vehicles based on their proximity to each other and the capacity of the vehicles. A vehicle's capacity is determined by the maximum volume of waste it can carry. The assignment process ensures that each vehicle's capacity is not exceeded, and waste collection points are efficiently distributed among vehicles.
IV. RESULTS AND DISCUSSIONS
In this section, the outcomes of the GreenRoute Ballari project are illustrated that are obtained by applying a combination of K-means clustering and Genetic algorithm to the waste collection input data points, we obtained optimized waste collection routes for various areas across Ballari City. The specific coordinate data used for mapping is simulated due to the unavailability of Ballari's precise data. The below figures present the visual representation of optimized routes for waste collection using MapBox
A. Route Optimization Results
Implementing K-means clustering and Genetic Algorithm yielded optimized waste collection routes tailored to the specific spatial distribution of waste generation points in the study area. Here are the key findings:
B. Mapping Results
Despite using coordinate data from Ballari for visualization purposes, the mapping of optimized routes using MapBox API provided insightful representations of the optimized waste collection routes. The map displayed:
The effective management of municipal waste poses a significant challenge in the transformation of Ballari City towards eco-friendly and smart urban development. In this paper, we have proposed a system to optimize waste collection routes across Ballari City. In response to that, a combination of K-means clustering and genetic algorithms are used to obtain optimized routes using the waste collection points as input data. This approach aims to minimize travel distance, reduce fuel costs, and optimize time allocated for waste collection. The proposed system is beneficial for waste carrier truck drivers to prioritize the routes for waste collection. Additionally, the system benefits municipal authorities by enhancing resource deployment and planning. In conclusion, the system represents a significant step towards the sustainable development of Ballari City.
[1] S. Ahmad, Imran, F. Jamil, N. Iqbal, and D. Kim, “Optimal route recommendation for waste carrier vehicles for efficient waste collection: A step forward towards sustainable cities,” IEEE Access, vol. 8, 2021, doi: 10.1109/ACCESS.2021.2988173. [2] T. Parsons, J. Seo, and D. Livesey, \"Waste Collection Area Generation Using a 2 Stage Cluster Optimization Process and GIS Data,\" IEEE Access, vol. 11, pp. 11849-11859, 2023, doi: 10.1109/ACCESS.2023.3241626. [3] ?. Wojciechowski, T. Cisowski, and A. Ma?ek, “Route optimization for city cleaning vehicle,” Open Engineering, vol. 11, no. 1, 2021, doi: 10.1515/eng-2021-0049. [4] H. L. Vu, K. T. W. Ng, B. Fallah, A. Richter, and G. Kabir, “Interactions of residential waste composition and collection truck compartment design on GIS route optimization,” Waste Management, vol. 102, 2020, doi: 10.1016/j.wasman.2019.11.028. [5] N. L. Rachmawati, Y. A. Iskandar, D. P. Putri, and M. Lusiani, “A Genetic Algorithm Approach for Waste Collection Using Multi-trip Multi-period Capacitated Vehicle Routing Problem with Time Windows (MCVRPTW),” 2023. doi: 10.46254/an13.20230217.
Copyright © 2024 Manasa Bellamkonda, Dinesh N, K Pravallika, Zaheed Hussain, Noorullah Shariff C. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET61392
Publish Date : 2024-04-30
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here